steam_ugc_num_subscribed_items

语法:

steam_ugc_num_subscribed_items();


返回: Real(实数)


描述

This function can be used to get the number of items that the current user has subscribed to.


例如:

numSub = steam_ugc_num_subscribed_items();

The above code will store the number of subscribed items in a variable.